home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 18 / ulticopy.doc < prev    next >
Text File  |  1986-08-16  |  4KB  |  76 lines

  1.  
  2. Instructions for The Ultimate RAMdisk Copy Program
  3. July 27, 1986
  4. File name ULTCPY.PRG or ULTICOPY.PRG
  5.  
  6. Program and documentation copyright (c) 1986 by David Duberman
  7.  
  8. If you find this program useful and/or would like to receive the source 
  9. code, if for no other reason than to remove the two annoying requests for 
  10. a keypress, send a blank formatted 3.5" diskette and a check for $5 to:
  11.  
  12. David Duberman
  13. 1645 West Selby Lane
  14. Redwood City, CA 94061
  15.  
  16. How to use The Ultimate RAMdisk Copy Program
  17.  
  18. It's finally here!  The program every RAMdisk user in the ST universe has 
  19. been breathlessly awaiting!  This program does no less than to copy 
  20. automatically every file and every folder (except the AUTO folder) from 
  21. any floppy to a ramdisk (or to any other disk).
  22.  
  23. You don't have to use the program from an AUTO folder, but it's the 
  24. easiest way.  Simply copy the program into the AUTO folder on your boot 
  25. disk after copying in a ramdisk program.  Of course, you should use a 
  26. .PRG type ramdisk program rather than an .ACC type, which won't run out 
  27. of the AUTO folder.  The best ramdisk available today is in the public 
  28. domain, and comes in two forms, usually called RAMDISK.PRG and 
  29. RAMDSK1M.PRG, plus a RAMDISK.DOC instructions file.  Its main advantage 
  30. is that its contents survive a press of the Reset button.  You can 
  31. download it from the Atari Base BBS at Atari headquarters in Sunnyvale, 
  32. CA.  The number is (408) 745-5308.
  33.  
  34. The recommended ramdisk program uses drive D: for the ramdisk; others use 
  35. C:, and some let you specify which drive.  You can tell ULTICOPY which 
  36. drives to use for both input and output in one of three ways.  The 
  37. easiest way is to create a two-character ASCII file named COPY.INF in the 
  38. main directory of your boot disk.  One way to do this is to use the 
  39. Personal Pascal editor or any other text editor.  You can also use 1st
  40. Word in non-WP mode, or print to disk from ST Writer.  Or if you're using 
  41. ColorWriter, the great new word processor from Shanner International 
  42. Corp., just rename the standard output .DOC file.  In any case, the first 
  43. two characters in the file are what's important ; the program ignores any 
  44. characters beyond these.  They should be the letter specifiers for the
  45. input drive and the output drive, in that order.  For instance, to copy 
  46. all files and folders from floppy drive A to ramdisk D, the file should 
  47. be:
  48.  
  49. AD
  50.  
  51. Any lower case letters are converted to upper case.  Another legal file 
  52. to copy everything from drive B to drive C would be:
  53.  
  54. bc
  55.  
  56. If the program doesn't find the COPY.INF file, it prompts you for the two 
  57. letters.  You're prompted for each separately; enter each in upper or 
  58. lower case.  If you don't enter two letters between A and Z, you're 
  59. prompted again.  If you press Return at either prompt, the program uses a 
  60. default of A, and for the output drive the default is D.
  61.  
  62. Then the program goes to work and copies all files and folders (except 
  63. the AUTO folder) from the specified floppy to the specified ramdisk.  The 
  64. program uses recursion to handle nested directories several levels deep.   
  65. Count on about six levels of subdirectories deep with full (11-character) 
  66. folder names; more with shorter folder names.  All files from all
  67. folders are copied into the correct folder on the ramdisk.  Warning: if 
  68. your directories are nested too deeply, the program may crash!
  69.  
  70. That's it!  Crude but effective, and the price is right!  The program is 
  71. no slouch speed-wise, either.  Pass this program and instructions file to 
  72. your friends if you like, but please don't sell it for profit!
  73.  
  74. Thank you.
  75.  
  76. ə